CPoint::operator !=
BOOL operator != ( POINT point ) const;
返回值:如果两点不相等则返回非零值;否则返回0。
参数:
point
包含一个POINT结构或CPoint对象。
说明:此成员函数用来检查两个点是否不等。
请参阅 CPoint::operator ==